GetHighlightObjectForTestResponse

data class GetHighlightObjectForTestResponse(highlight: JsonElement)

Represents response frame that is returned from Overlay#getHighlightObjectForTest operation call. For testing.

See also

Constructors

GetHighlightObjectForTestResponse
Link copied to clipboard
fun GetHighlightObjectForTestResponse(highlight: JsonElement)

Properties

highlight
Link copied to clipboard
val highlight: JsonElement
Highlight data for the node.

Sources

jvm source
Link copied to clipboard